Metadata-Version: 2.1
Name: Tidepool-Data-Science-Metrics
Version: 0.1.1
Summary: Set of functions to produce common metrics used in Data Science at Tidepool.
Home-page: https://github.com/tidepool-org/data-science-metrics
Author: Russ Wilson and Ed Nykaza
Author-email: ed@tidepool.org
License: UNKNOWN
Download-URL: https://github.com/tidepool-org/data-science-metrics/tarball/v0.1.1
Description: # Data Science Metrics
        #### -- Project Status: Active  
        
        ## Project Intro/Objective
        The purpose of this project is to package all common metrics used in data science projects. 
        
        ### Technologies
        * Python
        * Numpy
        * Pandas 
        
        ## Project Description
        The intent of this package is to be used throughout the Tidepool Data Science projects to enable standard calculations, 
        that provide domain validations, warnings and exceptions.
        
        ## Getting Started
        Available in pypi at "" 
        
        ## To Deploy from source
        1. Create a release in github. 
        2. Update version_string in setup.py with the version from step 1. 
        3. Run the pypi_push.sh script.
        
        ## Tidepool Data Science Team
        |Name (with github link)    |  [Tidepool Slack](https://tidepoolorg.slack.com/)   |  
        |---------|-----------------|
        |[Russ Wilson](https://github.com/[rpwils])| @Russ        |
        |[Ed Nykaza](https://github.com/[ed-nykaza])| @ed        |
        |[Jason Meno](https://github.com/[jameno]) |  @jason    |
        |[Cameron Summers](https://github.com/[scaubrey]) |  @Cameron Summers    |
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
